home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / powerb5.zip / P5MSC004.TIP < prev    next >
Text File  |  1993-06-01  |  3KB  |  61 lines

  1. I believe I'm a fairly typical Windows user: I have a couple
  2. major Windows applications and a slew of DOS programs. Early
  3. on, I found I got very slow performance when I ran DOS
  4. applications under Windows. If you have the same problem,
  5. here's my solution: Using SYSEDIT.EXE or any other ASCII
  6. text editor, open your SYSTEM.INI file, go to the [386Enh]
  7. section, and add a line with the command PerVMFILES=20.  The
  8. '20' reflects the largest number of files that any DOS app
  9. can use at a time; you may wish to use a larger or smaller
  10. value. Save your file, leave your editor, and exit and
  11. reenter Windows. Then watch your DOS apps take off!
  12.  
  13. Bob La Pierre
  14. Great Bend, Kansas
  15.  
  16. Editor's Note: The PerVMFILES setting reserves "private"
  17. file handles for each DOS window, giving your DOS programs
  18. faster access to files. You'll loose a few bytes of system
  19. resources, but that shouldn't cause much of a problem. Note,
  20. however, that you'll see a speedup only in programs that
  21. keep many files open at once, such as relational database
  22. managers.
  23.  
  24. Make sure of two things if you use this tip. First, make
  25. sure the value you specify is smaller than the number given
  26. in your CONFIG.SYS file's FILES= command. FILES sets the
  27. total number of files that may be open at once in the entire
  28. system (including all DOS windows), so be generous! I
  29. recommend that FILES be set to at least 60 if you're running
  30. several file-hungry applications at once; 30 is a practical
  31. minimum for Windows. Second, make sure the PerVMFILES
  32. command is below the [386Enh] heading and above any other
  33. heading (in SYSTEM.INI, a heading is a line that's enclosed
  34. in square brackets).
  35.  
  36. If you're uncertain about what editor to use when making
  37. changes to your configuration files, you may want to use
  38. SYSEDIT, an unadvertised program that's bundled with
  39. Windows. SYSEDIT.EXE, a very useful multiwindow
  40. configuration editor, doesn't install automatically as an
  41. icon, so many users don't even know it exists. It opens the
  42. four files you need to configure your system AUTOEXEC.BAT,
  43. CONFIG.SYS, SYSTEM.INI and WIN.INI in four tiled windows on
  44. your screen. To use it, select FileoRun from inside the
  45. Program Manager, and enter SYSEDIT.EXE as the program name.
  46. If you find yourself using SYSEDIT a lot, you may want to
  47. turn it into a Program Manager icon. In order to do this,
  48. select the group window you want SYSEDIT in, then select
  49. File·New·Program Item. In the resulting dialog box, type
  50. System Editor as your description and SYSEDIT as your
  51. command line. When you press <Enter>, the SYSEDIT icon will
  52. appear in your program group.
  53.  
  54.  
  55. Title: Hot-Rodding DOS Under Windows
  56. Category: MSC
  57. Issue Date: May, 1992
  58. Editor: Brett Glass
  59. Supplementary Files: None
  60. Filename: P5MSC004.TIP
  61.